home *** CD-ROM | disk | FTP | other *** search
- Path: pacman.rs.itd.umich.edu!jax
- From: jax@umich.edu (Philippis Pete Costa)
- Newsgroups: comp.lang.c++
- Subject: Visual C++ 4.0 ODBC Bug
- Date: 1 Apr 1996 15:22:09 GMT
- Organization: University of Michigan
- Message-ID: <4josb1$dqp@lastactionhero.rs.itd.umich.edu>
- NNTP-Posting-Host: pacman.rs.itd.umich.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- After talking with Microsoft, they confirmed that in VC++4.0, there
- is a bug that prevents me from executing the following:
-
- select distinct column1 from table --using ODBC
-
- I must do:
-
- select distinct * from table
-
- Their temp work around is for me to use dynasets. Unfortunately,
- my driver only supports snapshots. Anyone have any suggestions?
-
- Pete
- jax@umich.edu
-